Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/72. Update CSS Variables Using JavaScript/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/72. Update CSS Variables Using JavaScript/app.js
13 Views
0 Comments
const input = document.querySelectorAll(".controls input");

function handleUpdate() {
// console.log(this.name);
this.name
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/72. Update CSS Variables Using JavaScript/index.html
23 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/72. Update CSS Variables Using JavaScript/style.css
14 Views
0 Comments
* {
padding: 0;
margin: 0;
}

:root {
--base: #ffc600;
--spacing: 10px;